Login | Register

Payment System Victoria online payment system

Payment System Victoria
https://psvictoria.com

Updated on March 26, 2012
Views: 4251 | Clicks: 176


Website Screenshot



General Information

 

Victoria Payment System is the system of instant money transfers and e-payments in Internet. Runaway payment system offers the huge possibilities in the daily growing list of internet services. Minimal commission and prompt rates of increase of functionality will be one of the basic advantages on which we advise you to pay attention. Each client has possibility to introduce personally corrective amendments and additions in the work of whole system by means of bilaterial dialogue with marketing department.

The project purpose is the conclusion of financial operations in a network on high level of safety and confidentiality of clients and business projects. Multicurrency of account in service allows to settle an invoice in different currencies, converting between accounts occurs is transparent at a market rate of currencies that allows to use system to users from the different countries of the world.

 

 

Currencies

USD, EUR, UAH, RUR

Countries of use

All countries.

Users

Business and Personal use.

Fees

 

Deposit Funds
  Rate Fee Min. fee Max. fee Daily limit  
Liberty Reserve
USD 1.00 2.00% 0.05      
EUR 1.37 0.00% 0.00      
Perfect Money
USD 1.00 0.00% 0.00      
EUR 1.37 0.00% 0.00      
LiqPay
USD 1.00 1.00% 0.01      
EUR 1.37 1.00% 0.01      

 

Withdraw Funds

  Rate Fee Min. fee Max. fee Daily limit  
Liberty Reserve
USD 1.00 3.00% 1.99   500.00 Withdraw funds to LRUSD
EUR 0.73 3.00% 1.99   500.00  
Perfect Money
USD 1.00 2.00% 0.05   300.00  
EUR 0.73 2.00% 0.00   300.00  
LiqPay
USD 1.00 2.00% 0.05   300.00  
EUR 0.73 2.00% 0.05   200.00  
Bank cards of Ukraine
Privat 24
Bank cards of Russia
Alfa Bank
VTB 24

 

Integration approaches

Web access.

Information for developers

Balance:XML

Input
POST address: https://psvictoria.com/api/balance/format/xml
Package: param name = package
apiUid: UID of API
apiSecret: MD5(API secret code) of API
purseBalance: Purse No

Output
result: SUCCESS | FAIL
purseBalance: balance
errorCode: Code of Error
errorMsg: Message of Error

Example
	<form action='https://psvictoria.com/api/balance/format/xml' method='post'>
	<textarea name='package'>
	<?xml version="1.0"?>
	<apiPackage id='123456'>
	 <apiUid>Il9ixo2yDaOhAbiMs86a57KUQBjabnvRftXpgbtm580aY9hTFM</apiUid>
	 <apiSecret>fcea920f7412b5da7be0cf42b8c93759</apiSecret>
	 <purseBalance>S012745918633</purseBalance>
	 </apiPackage>
	</textarea>
	<input type='submit' />
	</form>
	
	<?xml version="1.0"?>
	<apiPackage id="123456"><result>SUCCESS</result><purseBalance>2369.97</purseBalance></apiPackage>
	
	<?xml version="1.0"?>
	<apiPackage id="123456"><result>FAIL</result><errorCode>301</errorCode><errorMsg></errorMsg></apiPackage>
	
Transfer:XML

Input
POST address: https://psvictoria.com/api/transfer/format/xml
Package: param name = package
apiUid: UID of API
apiSecret: MD5(API secret code) of API
pursePayer: Payer Purse No
pursePayee: Payee Purse No
amount: Amount
details: Details

Output
result: SUCCESS | FAIL
tranId: Id of transaction
errorCode: Code of Error
errorMsg: Message of Error

Example
	<form action='https://psvictoria.com/api/transfer/format/xml' method='post'>
	<textarea name='package'>
	<?xml version="1.0"?>
	<apiPackage id='123456'>
	 <apiUid>Il9ixo2yDaOhAbiMs86a57KUQBjabnvRftXpgbtm580aY9hTFM</apiUid>
	 <apiSecret>fcea920f7412b5da7be0cf42b8c93759</apiSecret>
	 <transfer>
	 <pursePayer>S012745918633</pursePayer>
	 <pursePayee>S018967921073</pursePayee>
	 <amount>100.23</amount>
	 <details>+100; #475347537</details>
	 </transfer>
	 </apiPackage>
	</textarea>
	<input type='submit' />
	</form>
	
	<?xml version="1.0"?>
	<apiPackage id="123456"><result>SUCCESS</result><tranId>gA4RRDd2Zs9dfmMlDQdSXq4DfAPYL5xx</tranId></apiPackage>
	
	<?xml version="1.0"?>
	<apiPackage id="123456"><result>FAIL</result><errorCode>200</errorCode><errorMsg>Payee not found</errorMsg></apiPackage>
	
Error Codes

100: Authentication invalid
101: API disabled
102: IP forbidden
103: API method forbidden
200: Transfer failed
300: Invalid input parameters
301: Invalid Purse No

 

Payment System Victoria Comments:

Add your comment
Pages: 1 from 1